home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office deutch / ACCESS.NL-NL / ACCLR.CAB / ADO210.CHM_0001_1043 / stylesheets / vs70_5.css < prev    next >
Cascading Style Sheet File  |  2006-06-19  |  10KB  |  501 lines

  1. /* Cascading Style Sheet for use with Developer Tools User Education 
  2. Docs in the Visual Studio .NET 7.0 Timeframe */
  3.  
  4.  
  5. /* THIS A PRE-RELEASE VERSION OF THE CSS. */
  6. /* VERSION 8950 */
  7.  
  8.  
  9. /* MAIN TOPIC STYLES */
  10.  
  11. body /* This body tag requires the use of one of the sets of banner and/or text div ids */
  12.     {
  13.     margin: 0px 0px 0px 0px;
  14.     padding: 0px 0px 0px 0px;
  15.     background: #ffffff; 
  16.     color: #000000;
  17.     font-family: Verdana, Arial, Helvetica, sans-serif;
  18.     font-size: 70%;
  19.     width: 100%;
  20.     }
  21. div#scrollyes /* Allows topic to scroll. Cannot be used with running head banner */
  22.     {     /* Must immediately follow <body>. */
  23.     padding: 2px 15px 2px 22px;
  24.     width: 100%;
  25.     }
  26. div#nsbanner /* Creates Nonscrolling banner region */
  27.     {
  28.     position: relative;
  29.     left: 0px;
  30.     padding: 0px 0px 0px 0px;
  31.     /* border-bottom: 1px solid #999999; */
  32.     }
  33. div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
  34.     {
  35.     padding: 5px 10px 0px 22px; 
  36.     }
  37. div#scrbanner /* Creates the running head bar in a full-scroll topic */
  38.     {     /* Allows topic to scroll. */
  39.     margin: 0px 0px 0px 0px;
  40.     padding: 0px 0px 0px 0px;
  41.     /* border-bottom: 1px solid #999999; */
  42.     }
  43. div#scrtext /* Creates the text area in a full-scroll topic */
  44.     {   /* Allows topic to scroll. */
  45.     width: 100%; /* Forces tables to have correct right margin */
  46.     padding: 0px 10px 0px 22px; 
  47.     }
  48. div#bannerrow1 /* provides full-width color to top row in running head (requires script) */
  49.     {
  50.     background-color: /* #cccc99; */
  51.     }
  52. div#titlerow /* provides non-scroll topic title area (requires script) */
  53.     {
  54.     width: 100%; /* Forces tables to have correct right margin */
  55.     padding: 0px 10px 0px 22px; 
  56.     background-color: #99ccff; /* #cccc99; */ 
  57.     }
  58.  
  59. /* HEADING STYLES */
  60.  
  61. h1, h2, h3, h4
  62.     {
  63.     font-family: Verdana, Arial, Helvetica, sans-serif;
  64.     margin-bottom: .4em; 
  65.     margin-top: 1em;
  66.     font-weight: bold;
  67.     }
  68. h1
  69.     {
  70.     font-size: 150%;
  71.     margin-top: 0em;
  72.     }
  73. h2
  74.     {
  75.     font-size: 120%;
  76.     }
  77. h3
  78.     {
  79.     font-size: 110%;
  80.     }
  81. h4
  82.     {
  83.     font-size: 100%;
  84.     }
  85. .dtH1, .dtH2, .dtH3, .dtH4
  86.     {
  87.     margin-left: -18px;
  88.     }
  89. div#titlerow h1
  90.     {
  91.     margin-bottom: .2em
  92.     }
  93.  
  94. /* TEXT STYLES */
  95.  
  96. p
  97.     {
  98.     margin: .5em 0em .5em 0em;
  99.     }
  100. blockquote.dtBlock
  101.     {
  102.     margin: .5em 1.5em .5em 1.5em;
  103.     }
  104. div#dtHoverText
  105.     {
  106.     color: #000066;
  107.     }
  108. .normal
  109.     {
  110.     margin: .5em 0em .5em 0em;
  111.     }
  112. .fineprint
  113.     {
  114.     font-size: 90%; /* i.e., 90% of 70% */
  115.     }
  116. .indent
  117.     {
  118.     margin: .5em 1.5em .5em 1.5em;
  119.     }
  120. .topicstatusboilerplate_dontmodify /* Topic Status Boilerplate class */
  121.     {
  122.     display: none;
  123.     }
  124.  
  125. .topicstatus /* Topic Status Boilerplate class */
  126.     {
  127.     display: block;
  128.     color: red;
  129.     }
  130.  
  131.  
  132. /* LINK STYLES */
  133.  
  134. a:link
  135.     {
  136.     color: #0000ff;
  137.     }
  138. a:visited
  139.     {
  140.     color: #666699; 
  141.     }
  142. a:hover
  143.     {
  144.     color: #3366ff;
  145.     }
  146. /* MSHelp\:link - Help links */
  147. MSHelp\:link
  148.     {
  149.     text-decoration: underline; 
  150.     color: #0000ff; 
  151.     hoverColor: #3366ff;
  152.     }    
  153. /* Table disambiguation elements */
  154. A.HxLinkTable
  155.     {
  156.     }
  157.  
  158.  
  159. /* LABEL STYLES */
  160.  
  161. p.label
  162.     {
  163.     margin-top: 1em;
  164.     }
  165. p.labelproc
  166.     {
  167.     margin-top: 1em;
  168.     color: #000066;
  169.     }
  170.  
  171.  
  172. /* GRAPHIC STYLES */
  173.  
  174. img
  175.     {
  176.     border: none; 
  177.     }
  178.  
  179.  
  180. /* LIST STYLES */
  181.  
  182. ol, ul
  183.     {
  184.     margin: .5em 0em 0em 2em; 
  185.     }
  186. li
  187.     {
  188.     margin-bottom: .5em;
  189.     }
  190. ul p, ol p, dl p
  191.     {
  192.     margin-left: 0em;
  193.     }
  194. ul p.label, ol p.label
  195.     {
  196.     margin-top: .5em;
  197.     }
  198.  
  199.  
  200. /* DEFINITION LIST STYLES */
  201.  
  202. dl
  203.     {
  204.     margin-top: 0em; 
  205.     padding-left: 1px; /* Prevents italic-letter descenders from being cut off */
  206.     }
  207. dd
  208.     {
  209.     margin-bottom: 0em;  
  210.     margin-left: 1.5em; 
  211.     }
  212. dt
  213.     {
  214.     margin-top: .5em; 
  215.     }
  216.  
  217.  
  218. /* CODE, SYNTAX, and REFTIP STYLES */
  219.  
  220. pre
  221.     {
  222.     margin-top: .5em;
  223.     margin-bottom: .5em; 
  224.     }
  225. pre, code, .code
  226.     {
  227.     font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
  228.     color: #000066;
  229.     }
  230. pre b, code b
  231.     {
  232.     letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
  233.     }
  234. pre.syntax
  235.     {
  236.     background: #cccccc;
  237.     padding: 4px 8px;
  238.     cursor: text;
  239.     margin-top: 1em;
  240.     margin-bottom: 1em; 
  241.     color: #000000;
  242.     border-width: 1px;
  243.     border-style: solid;
  244.     border-color: #999999;
  245.     }
  246.  
  247.  
  248. /* TABLE STYLES */
  249.  
  250. div.tablediv /* Works around IE5.x bug: Forces tables to have correct right margins and top spacing */
  251.     {
  252.     width: 100%;
  253.     margin-top: -.4em;
  254.     }
  255. ol div.tablediv, ul div.tablediv  /* Forces tables to have correct right margins and top spacing */
  256.     {
  257.     margin-top: 0em;
  258.     }
  259. table
  260.     {
  261.     width: 100%; /* Forces tables to have correct right margin */
  262.     margin-top: .6em;
  263.     margin-bottom: .3em;
  264.     font-size: 100%; /* Text in Table is same size as text outside table */
  265.     background-color: #999999; 
  266.     }
  267. .dtTABLE
  268.     {
  269.     border-width: 1px 1px 0px 0px;
  270.     border-style: solid;
  271.     border-color: #999999;
  272.     }
  273. table.dtTABLE th, table.dtTABLE td
  274.     { 
  275.     border-style: solid; /* Creates the cell border and color */
  276.     border-width: 0px 0px 1px 1px;
  277.     border-style: solid;
  278.     border-color: #999999;
  279.     padding: 4px 6px;
  280.     text-align: left;
  281.     }
  282. th    
  283.     { 
  284.     background: #cccccc; /* Creates the shaded table header row */
  285.     vertical-align: bottom;
  286.     }
  287. td    
  288.     {
  289.     background: #ffffff;
  290.     vertical-align: top;
  291.     }
  292. table.SampMgr
  293.     {
  294.     margin: 0px 0px 0px -22px;
  295.     }
  296. table.SampMgr td
  297.     {
  298.     padding-left: 22px;
  299.     }
  300.  
  301.  
  302.  
  303. /* STYLES FOR RUNNING HEADS */
  304.  
  305. table.bannerparthead, table.bannertitle /* General values for the Running Head tables */
  306.     {
  307.     position: relative;
  308.     left: 0px;
  309.     top: 0px;
  310.     padding: 0px 0px 0px 0px;
  311.     margin: 0px 0px 0px 0px;
  312.     width: 100%;
  313.     height: 21px; 
  314.     border-collapse: collapse; /* acommodates Table style  defs */
  315.     border-style: solid;
  316.     border-width: 0px;
  317.     background-color: #99ccff; 
  318.     }
  319. table.bannerparthead td /* General Values for cells in the top row of running head */
  320.     {
  321.     margin: 0px 0px 0px 0px;
  322.     padding: 2px 0px 0px 4px;
  323.     vertical-align: middle;
  324.     /*border-width: 0px 0px 1px 0px; */
  325.     border-width: 0px
  326.     border-style: solid;
  327.     border-color: #999999;
  328.     background: transparent; 
  329.     font-style: italic;
  330.     font-weight: normal;
  331.     }
  332. table.bannerparthead td.product /* Values for top right cell in running head */
  333.     {                       /* Allows for a second text block in the running head */
  334.     text-align: right;
  335.     padding: 2px 5px 0px 5px;
  336.     }
  337. table.bannertitle td /* General Values for cells in the bottom row of running head */
  338.     {
  339.     margin: 0px 0px 0px 0px;
  340.     padding: 0px 0px 0px 3px;
  341.     vertical-align: middle;
  342.     border-width: 0px 0px 1px 0px;
  343.     border-style: solid;
  344.     border-color: #999999;
  345.     background: transparent;
  346.     font-weight: bold;
  347.     }
  348. td.button1 /* Values for button cells */
  349.     {
  350.     width: 13px;
  351.     cursor: hand;
  352.     }
  353.  
  354.  
  355. /* STYLES REQUIRED BY THE SCRIPT 
  356.             --START--           */
  357.  
  358. /* RUNNING HEAD BAR POPUP STYLES: See Also, Requirements, MultiLang Filtering */
  359.  
  360. div.sapop, div.langMenu /* See Also & Requirements popups */
  361.     {
  362.     position: absolute;
  363.     left: 0px;
  364.     z-index: 1;
  365.     width: 50%;
  366.     padding: 0px 8px 5px 26px;
  367.     visibility: hidden;
  368.     border: 1px solid #999999; /* Same as all other border colors */
  369.     background: #ffffcc;
  370.     }
  371. div.langMenu /* MultiLang Filter popup */
  372.     {
  373.     padding: 10px 10px 10px 10px;
  374.     }
  375. div.langMenu ul
  376.     {
  377.     list-style-type: none;
  378.     padding-left: 5px;
  379.     margin-left: 0px;
  380.     }
  381. .lang, .ilang /* controls the multilang tag styles */
  382.     {
  383.     color: #666666;
  384.     font-family: Verdana, Arial, Helvetica, sans-serif;
  385.     font-size: 80%;
  386.     font-weight: normal;
  387.     font-style: normal;
  388.     }
  389. h1 .lang, h1 .ilang 
  390.     {
  391.     font-size: 65%;
  392.     }
  393. div.filtered
  394.     {
  395.     margin-top: .6em;
  396.     margin-bottom: .6em;
  397.     margin-left: -7px;    
  398.     /* margin: 4pt 0 8pt -26px; */
  399.     padding: 4px 4px 8px 26px;
  400.     width: 100%;
  401.  
  402.     border: 2px solid #aaaacc;
  403.  
  404.     background: #ffffff;
  405.     }
  406. div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
  407.     {
  408.     margin-left: -22px;
  409.     }
  410. div.filtered span.lang
  411.     {
  412.     position: relative;
  413.     left: -22px;
  414.     }
  415.  
  416. /* PARAMETER POPUP STYLES */
  417.  
  418. div.reftip /* Defines the RefTip popup in Syntax */
  419.     {
  420.     position: absolute;
  421.     z-index: 1;
  422.     visibility: hidden;
  423.     border: 1px solid #999999;
  424.     background: #ffffcc;
  425. /*    padding: 0px 0px 0px 0px; */    
  426.     }
  427. div.reftip dl /* Sets margin around the text within the popup */
  428.     {
  429.     margin: 3px 8px 8px 8px;
  430.     }
  431. a.synParam /* parameter popup links */
  432.     {
  433.     color: #0000ff; /* Must match the a:link style color */
  434.     text-decoration: underline;
  435.     }
  436. a.synParam:visited /* ensures parameter popup links are always the unvisited color */
  437.     {
  438.     color: #0000ff; /* Must match the a:link style color */
  439.     text-decoration: underline;
  440.     }
  441. a.synParam:hover /* parameter popup links */
  442.     {
  443.     color: #3366ff; /* Must match the a:hover style color */
  444.     text-decoration: underline;
  445.     font-style: italic;
  446.     }
  447.  
  448. /* COMMENT OUT GLOSSARY SECTION
  449. /* GLOSSARY POPUP STYLES */
  450. /* Not used by Visual Studio .NET */
  451.  
  452. /*div#popUpWindow
  453.     { Controlled by the script in the variable L_PopUpBoxStyle_Style
  454.     }*/
  455. a.glosslink:link
  456.     {
  457.     color: #000000;
  458.     }
  459. a.glosslink:visited
  460.     {
  461.     color: #000000; 
  462.     }
  463. a.glosslink:hover
  464.     {
  465.     color: #000000;
  466.     font-style: italic;
  467.     }
  468. div#popUpWindow h5 /* Controls the style of the Term in Glossary Popups */
  469.     {
  470.     margin: 5px 5px 5px 5px;
  471.     color: #000000;
  472.     }
  473. div#popUpWindow p /* Controls the style of the Text in Glossary Popups */
  474.     {
  475.     margin: 5px 5px 5px 5px;
  476.     color: #000000;
  477.     }
  478. p.GLOSSARY_TEXT
  479.     {
  480.     }
  481. div#popUpWindow a /* Controls the style of the Links in Glossary Popups */
  482.     {
  483.     }
  484.  
  485. *//* END COMMENT OUT OF GLOSSARY SECTION */
  486.  
  487. /* ISSUE REPORTING AND MISC LINKS TOPIC FOOTER */
  488.  
  489. div.footer
  490.     {
  491.     font-style: italic;
  492.     }
  493. div.footer hr
  494.     {
  495.     color: #999999;
  496.     height: 1px;
  497.     }
  498.  
  499.  
  500.  
  501.